projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33462df
)
(revert-buffer): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Fri, 10 Nov 2006 01:16:26 +0000
(
01:16
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 10 Nov 2006 01:16:26 +0000
(
01:16
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 1a69ab1262c130cf98f7a157b8fe5083a7860f5e..cb97fa9d3d83bdb6f57a283dabac15eb2c9297e6 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2006-11-10 Kenichi Handa <handa@m17n.org>
+
+ * files.el (revert-buffer): Fix previous change.
+
2006-11-09 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs--redisplay): Fix typo in docstring.
diff --git
a/lisp/files.el
b/lisp/files.el
index a78d798f38ba21bce5c30eac49c4a95740776f68..9228e5476423b5e1d629e0bd5a21276987d11b89 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-4095,6
+4095,7
@@
non-nil, it is called instead of rereading visited file contents."
(or coding-system-for-read
buffer-file-coding-system-explicit))))
(if (and (not enable-multibyte-characters)
+ coding-system-for-read
(not (memq (coding-system-base
coding-system-for-read)
'(no-conversion raw-text))))